home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
program
/
relocsrt.rea
< prev
next >
Wrap
Text File
|
1996-01-16
|
822b
|
20 lines
Short: Sorts executable reloc tables.
Author: stuartm@zip.com.au (Stuart MacKinnon)
Uploader: stuartm@zip.com.au (Stuart MacKinnon)
Version: 37.1 (Initial Release)
Type: dev/misc
This is a program that will sort all your reloc tables. The problem is that
SAS/C, given the exact same source, will generate exactly the same CODE and
DATA hunks in an executable, but can produce the RELOC table entries in a
different order. Technically the program is the same, however if to separate
compiles of the same program need to be compared, they may not seem to be the
same. The problem is not with slink, it is to do with the code generation phase
of compilation.
This program does NOT support overlay hunks. It does not even skip them
properly.
Binary only.
C source is available from me - just ask.